|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule generates the PolicyNumber when a new policy is stored. In order for this functionality to be invoked the <AutomaticPolicyNumber> tag should be set to Yes or optional in the PolicyScreen business rule.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<AutomaticPolicyNumber> |
The opening and closing tag. |
|
|
|
<Part> |
Indicates the value of the field parts to define and format the PolicyNumber. |
TYPE |
VALUE - Defines a set value and what
the value will be for the PolicyNumber. |
|
FORMAT |
Indicates the formatting to be performed on the type attributes. |
<AutomaticPolicyNumber>
<Part TYPE="VALUE">AVA</Part>
<Part TYPE="SYSTEMDATE" FORMAT="YY"></Part>
<Part TYPE="FIELD">StatutoryCompany</Part>
<Part TYPE="SEQUENCE" FORMAT="000000">PolicyNumber</Part>
</AutomaticPolicyNumber>
Builds a policy number similar to this format AVA043000001.
In the PolicyScreen Business Rule
<PolicyScreen>
<AutomaticPolicyNumber>Yes</AutomaticPolicyNumber>
</PolicyScreen>
In the AutomaticPolicyNumber Business Rule
<AutomaticPolicyNumber>
<Part TYPE="VALUE">XYZ</Part>
<Part TYPE="SYSTEMDATE" FORMAT="YY"></Part>
<Part TYPE="FIELD" LEFT="1">Carrier</Part>
<Part TYPE="SEQUENCE" FORMAT="000000">SubmissionNumber</Part>
</AutomaticPolicyNumber>